EditTextCustomization

data class EditTextCustomization(input: TextStyleCustomization, editTextBackground: BackgroundCustomization)

Use this class to set the visual style of the challenge text entry box.

Parameters

input

Input text style customization

editTextBackground

Background customization

Constructors

EditTextCustomization
Link copied to clipboard
fun EditTextCustomization(input: TextStyleCustomization, editTextBackground: BackgroundCustomization)

Functions

background
Link copied to clipboard
fun background(block: BackgroundCustomization.() -> Unit)
DSL Method for EditText Background setup
input
Link copied to clipboard
fun input(block: TextStyleCustomization.() -> Unit)
DSL Method for EditText Input setup

Properties

editTextBackground
Link copied to clipboard
val editTextBackground: BackgroundCustomization
Background customization
input
Link copied to clipboard
val input: TextStyleCustomization
Input text style customization